Welcome![Sign In][Sign Up]
Location:
Search - linux framebuffer

Search list

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[Linux-Unixframebuff

Description: 一个简单的linux下framebuffer编程-a simple linux framebuffer programing demo
Platform: | Size: 248832 | Author: 魏威 | Hits:

[Linux-UnixFramebuffer驱动示例程序

Description: Framebuffer驱动示例程序.rar framebffer的编写示例程序说明-Framebuffer the actuation demonstration procedure rar framebffer compilation demonstration procedure showed
Platform: | Size: 5120 | Author: 侯景昆 | Hits:

[Linux-Unixframebuffer

Description: linux 下的frambuffer,在屏幕的左上角显示一个图框!-the frambuffer, in the upper left screen shows a map box!
Platform: | Size: 4096 | Author: 张宇 | Hits:

[Other Riddle gameslinux_five_game_sourcecode

Description: 一个在linux下基于framebuffer,用c语言实现的扫雷游戏,能方便移植到多种嵌入式设备中-one based on the Linux framebuffer c language used in demining games, easy to transplant a variety of embedded devices
Platform: | Size: 32768 | Author: leelqrose | Hits:

[Multimedia programDFBSee-0.7.4

Description: an image viewer and video player for the Linux framebuffer-an image viewer and video player for the Lin ux framebuffer
Platform: | Size: 164864 | Author: ben | Hits:

[IME Developfcr

Description: 一个简单的Linux下FrameBuffer使用的例子程序,含有简单的日期时间设置界面和输入法界面。-a simple Linux framebuffer examples of the use of procedures, with a simple interface date set-up time and input method interface.
Platform: | Size: 321536 | Author: 姚子建 | Hits:

[Embeded Linuxframebuffer

Description: 利用framebuffer画小企鹅 Linux的framebuffer接口提供给用户访问显示设备的通用接口,通过mmap映射显示缓冲给用户,fb中我们设置什么值,将直接在屏幕上显示出来。本实验我们要利用framebuffer在屏幕上显示一个小企鹅,可以接读取bmp图片,设置framebuffer的值,或者利用include/linux/linux_logo.h文件(该文件已经定义好小企鹅的颜色和位置信息),设置framebuffer的值。本实验采用的是第二种方法。只要读取linux_logo.h中数组的值,进行相应的移位操作,将值赋给fb即可在屏幕上显示出小企鹅 。-Framebuffer draw using the framebuffer Little Penguin Linux interface to the user access to the display device of the common interface, through mmap mapped display buffer to the user, fb set up what we value, will be directly displayed on the screen. This experiment we want to use framebuffer on the screen, a small penguin, you can then read bmp images, set up framebuffer value, or the use of include/linux/linux_logo.h file (the file has the definition of a good little penguins color and location information) , set the value of framebuffer. Used in this experiment is the second method. Linux_logo.h read in as long as the value of the array, the corresponding shift operation, the value assigned to fb can be displayed on the screen small penguins.
Platform: | Size: 7168 | Author: 果法 | Hits:

[OS DevelopDirectFB-0.9.25.1.tar

Description: DirectFB is a thin library that provides hardware graphics acceleration, input device handling and abstraction, integrated windowing system with support for translucent windows and multiple display layers on top of the Linux Framebuffer Device.
Platform: | Size: 2064384 | Author: 施志萍 | Hits:

[Linux-Unixfb_display

Description: linux framebuffer应用程序,演示如何在用户空间进行framebuffer编程。-linux framebuffer applications, demonstrate how the user space programming framebuffer.
Platform: | Size: 3072 | Author: barrysong | Hits:

[Linux-Unixframebuffer

Description: 这部分档里包含XX公司的framebuffer开发文档。介绍了LCD的基本功过原理,结构时序,和framebuffer开发的基本过程。-This file contains part of the framebuffer the development of XX company documents. Introduce the basic skills of LCD over principle, the structure of timing, and the development of the basic process of framebuffer.
Platform: | Size: 352256 | Author: 张平 | Hits:

[ARM-PowerPC-ColdFire-MIPSframebuffer

Description: 刚学ARM9 Linux LCD 开发的朋友,不妨试下这个例子,对你学习有帮助,测OK-ARM9 Linux LCD just learning to develop friends, may wish to try this next example, you have to learn to help test OK
Platform: | Size: 1024 | Author: keny | Hits:

[Linux-Unixframebuffer

Description: 帧缓冲#include <stdio.h> #include <stdlib.h> #include <string.h> #include <stdint.h> #include <unistd.h> #include <fcntl.h> #include <sys/ioctl.h> #include <sys/mman.h> #include <asm/page.h> #include <linux/fb.h> #define TRUE 1 #define FALSE 2 //a framebuffer device structure typedef struct fbdev{ int fb unsigned long fb_mem_offset unsigned long fb_mem struct fb_fix_screeninfo fb_fix -Frame buffer# Include <stdio.h># Include <stdlib.h># Include <string.h># Include <stdint.h># Include <unistd.h># Include <fcntl.h># include <sys/ioctl.h># include <sys/mman.h># include <asm/page.h># include <linux/fb.h># define TRUE 1# define FALSE 2// a framebuffer device structure typedef struct fbdev (int fb unsigned long fb_mem_offset unsigned long fb_mem struct fb_fix_screeninfo fb_fix
Platform: | Size: 1024 | Author: hjintian | Hits:

[Embeded Linuxframebuffer

Description: 本源码是《ARM嵌入式LINUX设备驱动实例开发》一书的FRAMEBUFFER设备驱动源代码-The source is ARM Embedded LINUX device driver examples of development, a book FRAMEBUFFER device driver source code
Platform: | Size: 9216 | Author: 李刚 | Hits:

[Linux-UnixlibFBL-0.1.tar

Description: Linux Framebuffer c函数库,用于学习framebuffer编程或者构建基于framebuffer的抽象层-Linux Framebuffer c function library for study framebuffer programming or build the abstraction layer based on the framebuffer
Platform: | Size: 552960 | Author: tiger.zz | Hits:

[Booksframebuffer

Description: 在LINUX下显示16位的BMP格式图片.利用了FRAMEBUFFER的显示功能-LINUX is shown at 16 of the BMP format picture. The use of the framebuffer display function
Platform: | Size: 2048 | Author: 占旭刚 | Hits:

[Linux-Unixbmp-framebuffer

Description: linux下的BMP位图显示程序,经测试好用,但请大家注意,不同的文件格式需要转换!-BMP under linux bitmap display program, tested good, but please note that the need for a different file format conversion!
Platform: | Size: 4096 | Author: 杨旭荣 | Hits:

[Linux-Unixlinux_fb

Description: linux framebuffer 的demo代码,短小精干。。。文件虽小,功能的API 调用都全了。-linux FB
Platform: | Size: 2048 | Author: 王敏 | Hits:

[Embeded Linuxpicture-to-framebuffer

Description: 这是一个C写的程序,它用来处理.bmp文件,经处理后的.bmp文件可以直接在Linux framebuffer上显示,作者在蓝海微芯的ARM9/2410开发板上已经使用,详细步骤在附录的.txt文件中有记录。-A small C application to change the bmp picture for displaying on the 2410 board s LCD.
Platform: | Size: 3072 | Author: yimeisheng | Hits:

[Linux-Unixframebuffer_linux

Description: 在linux下使用通用的framebuffer驱动提供的应用接口在屏幕上显示画面和bmp图片的像素内容,自动对bmp的像素进行处理以适应屏幕分辨率和色深。注意如果是pc的linux由于桌面采用X11机制所以不兼容framebuffer,需要按ctrl+alt+f1进入终端后才能看到framebuffer上的内容(use linux framebuffer interface to show bmp file on lcd)
Platform: | Size: 3072 | Author: henvelleng | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net